Object

UpdateIssueInput

Specifies the fields for updating an issue

Fields

scan_id(): ID!
The unique identifier of the scan that found the issue that you want to change the severity of.
serial_number(): ID!
The unique identifier for the individual instance of the issue that you want to change the severity of.
severity(): Severity
The new severity of the issue
accepted_risk(): Boolean
Specifies whether the issue should be marked as an accepted risk or not.
propagation_mode(): PropagationMode
Determines whether this change applies only to this instance of the issue, to all issues of the same type at the same URL, or all issues of the same type across the entire site.
note(): String
A user-supplied note.